home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************/
- /* THE FOLLOWING PROGRAM IS THE SOLE PROPERTY OF */
- /* RONALD Q. SMITH */
- /* CONTAINING HIS PROPRIETARY CONFIDENTIAL INFORMATION */
- /* COPYRIGHT RONALD Q. SMITH 1992 */
- /*****************************************************************************/
-
- /* Clock type messages and special handling values. */
-
-
- /* Clock type descriptive messages. */
-
- static char *clock_name[] = {
- "PC/AT and compatibles",
- "(M2) Zenith 18x and Supersport 20",
- "(ZDS) Zenith Data Systems PCs",
- "Memory mapped: SMT No-Slot",
- "Direct Register I/O Bus: AST, Tandy, Vendex",
- "Mitsubishi 8088 PCs: Sperry, Leading Edge",
- "Indirect Register I/O Bus: AST",
- "Complex I/O Bus: AST",
- "Generic I/O Bus: Impossible",
- "Quadram QuadCard, QuadCard II, QuadCard 512+",
- "AT&T 6300, 6300 PLUS, 6300 WGS",
- "Hyundai 8088 PC"
- };
-
- /* Clock special handling type. */
-
- static int clock_kind[] = {0, 0, 0, 2, 1, 0, 1, 1, 1, 1, 3, 1};
-
- /*****************************************************************************/
- /* THE PRECEDING PROGRAM IS THE SOLE PROPERTY OF */
- /* RONALD Q. SMITH */
- /* CONTAINING HIS PROPRIETARY CONFIDENTIAL INFORMATION */
- /* COPYRIGHT RONALD Q. SMITH 1992 */
- /*****************************************************************************/
-